home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / haziran / 19 / setup.exe / data.z / speaker_gui.dfm / speaker_gui.txt
Text File  |  1999-01-05  |  2KB  |  94 lines

  1. object Speaker_Form: TSpeaker_Form
  2.   Left = 232
  3.   Top = 264
  4.   Hint = 'Play a single tone'
  5.   BorderStyle = bsDialog
  6.   Caption = 'Speaker'
  7.   ClientHeight = 129
  8.   ClientWidth = 323
  9.   Color = clInactiveCaptionText
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = form_OnCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object freq_label: TLabel
  19.     Left = 116
  20.     Top = 12
  21.     Width = 84
  22.     Height = 13
  23.     Caption = 'Frequency (Hertz)'
  24.   end
  25.   object dura_label: TLabel
  26.     Left = 116
  27.     Top = 44
  28.     Width = 106
  29.     Height = 13
  30.     Caption = 'Duration (Milliseconds)'
  31.   end
  32.   object Shape2: TShape
  33.     Left = 0
  34.     Top = 64
  35.     Width = 321
  36.     Height = 1
  37.     Enabled = False
  38.   end
  39.   object Chime_butten: TButton
  40.     Left = 16
  41.     Top = 96
  42.     Width = 67
  43.     Height = 25
  44.     Hint = 'Play a chime'
  45.     Caption = 'Play Chime'
  46.     TabOrder = 0
  47.     OnClick = Chime_buttenClick
  48.   end
  49.   object Tone_Butten: TButton
  50.     Left = 16
  51.     Top = 24
  52.     Width = 65
  53.     Height = 25
  54.     Caption = 'Play Tone'
  55.     TabOrder = 1
  56.     OnClick = Tone_ButtenClick
  57.   end
  58.   object Frequency: TEdit
  59.     Left = 240
  60.     Top = 8
  61.     Width = 69
  62.     Height = 21
  63.     TabOrder = 2
  64.     Text = '440'
  65.   end
  66.   object Duration: TEdit
  67.     Left = 240
  68.     Top = 40
  69.     Width = 69
  70.     Height = 21
  71.     TabOrder = 3
  72.     Text = '1000'
  73.   end
  74.   object Exit_Butten: TButton
  75.     Left = 240
  76.     Top = 96
  77.     Width = 67
  78.     Height = 25
  79.     Hint = 'Exit the program'
  80.     Caption = 'Exit'
  81.     TabOrder = 4
  82.     OnClick = Exit_ButtenClick
  83.   end
  84.   object About_Butten: TButton
  85.     Left = 128
  86.     Top = 96
  87.     Width = 65
  88.     Height = 25
  89.     Caption = 'About'
  90.     TabOrder = 5
  91.     OnClick = About_ButtenClick
  92.   end
  93. end
  94.